github.com/andybalholm/brotli.histogramCommand.bit_cost_ (field)
9 uses
github.com/andybalholm/brotli (current package)
block_splitter_command.go#L244: histograms[j].bit_cost_ = populationCostCommand(&histograms[j])
cluster_command.go#L31: p.cost_diff -= out[idx1].bit_cost_
cluster_command.go#L32: p.cost_diff -= out[idx2].bit_cost_
cluster_command.go#L35: p.cost_combo = out[idx2].bit_cost_
cluster_command.go#L38: p.cost_combo = out[idx1].bit_cost_
cluster_command.go#L105: out[best_idx1].bit_cost_ = pairs[0].cost_combo
cluster_command.go#L162: return populationCostCommand(&tmp) - candidate.bit_cost_
histogram.go#L60: bit_cost_ float64
histogram.go#L66: self.bit_cost_ = math.MaxFloat64
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |